home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00202_Script_Squiggle41
< prev
next >
Wrap
Text File
|
1999-02-25
|
730b
|
21 lines
on enterFrame me
if the loch of sprite the spriteNum of me < 80 then
set the loch of sprite the spriteNum of me = the loch of sprite the spriteNum of me + 10
else if the loch of sprite the spriteNum of me > 10 then
set the loch of sprite the spriteNum of me = the loch of sprite the spriteNum of me - 10
end if
end
on mouseWithin me
set the loch of sprite the spriteNum of me = the mouseh
set the locv of sprite the spriteNum of me = the mousev
set the memberNum of sprite the spriteNum of me = 242
set the height of sprite the spriteNum of me = 80
end
on mouseLeave me
set the memberNum of sprite the spriteNum of me = 241
set the height of sprite the spriteNum of me = 15
end